[INFO] cloning repository https://github.com/PixelboysTM/marvin_light_control
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PixelboysTM/marvin_light_control" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPixelboysTM%2Fmarvin_light_control", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPixelboysTM%2Fmarvin_light_control'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 90e510d3181247b3624401596b4da5ff1dd44738
[INFO] fixing PixelboysTM/marvin_light_control against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPixelboysTM%2Fmarvin_light_control" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/PixelboysTM/marvin_light_control
[INFO] finished tweaking git repo https://github.com/PixelboysTM/marvin_light_control
[INFO] tweaked toml for git repo https://github.com/PixelboysTM/marvin_light_control written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PixelboysTM/marvin_light_control on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PixelboysTM/marvin_light_control already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 31a8138c57bb32b41f6e068dd26f460006c7ab9b7c8bd6540ffc0b891e2b8efc
[INFO] running `Command { std: "docker" "start" "31a8138c57bb32b41f6e068dd26f460006c7ab9b7c8bd6540ffc0b891e2b8efc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "31a8138c57bb32b41f6e068dd26f460006c7ab9b7c8bd6540ffc0b891e2b8efc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "31a8138c57bb32b41f6e068dd26f460006c7ab9b7c8bd6540ffc0b891e2b8efc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "31a8138c57bb32b41f6e068dd26f460006c7ab9b7c8bd6540ffc0b891e2b8efc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating mlc_interface/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking dioxus-core-types v0.6.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking unicode-ident v1.0.16
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling cc v1.2.12
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling zstd-safe v7.2.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking endi v1.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking dioxus-cli-config v0.6.3
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling zip v2.2.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking const_format v0.2.34
[INFO] [stderr]     Checking zopfli v0.8.1
[INFO] [stderr]     Checking lzma-rs v0.3.0
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling dioxus-interpreter-js v0.6.2
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]    Compiling wry v0.45.0
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling rfd v0.14.1
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling zstd-sys v2.0.14+zstd.1.5.7
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]     Checking deflate64 v0.1.9
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking data-encoding v2.7.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling dioxus-config-macro v0.6.2
[INFO] [stderr]    Compiling dioxus-desktop v0.6.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking libxdo v0.6.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]     Checking dunce v1.0.5
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking bzip2 v0.5.2
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking circular-buffer v1.1.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking uuid v0.6.5
[INFO] [stderr]     Checking simple_logger v5.0.0
[INFO] [stderr]     Checking dioxus-rsx v0.6.2
[INFO] [stderr]    Compiling zvariant_utils v1.1.0
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.9
[INFO] [stderr]    Compiling warnings-macro v0.2.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.11
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling dioxus-core-macro v0.6.3
[INFO] [stderr]     Checking generational-box v0.6.2
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]    Compiling const-serialize-macro v0.6.2
[INFO] [stderr]    Compiling dioxus-html-internal-macro v0.6.2
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking pin-project v1.1.9
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]     Checking warnings v0.2.1
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling dlopen2_derive v0.4.0
[INFO] [stderr]    Compiling remoc_macro v0.15.3
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling sledgehammer_bindgen_macro v0.6.0
[INFO] [stderr]    Compiling dioxus-router-macro v0.6.3
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking thiserror v2.0.11
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling enumset_derive v0.10.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]     Checking dlopen2 v0.7.0
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]     Checking sacn v0.10.0
[INFO] [stderr]     Checking tungstenite v0.23.0
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking enumset v1.1.5
[INFO] [stderr]     Checking sledgehammer_bindgen v0.6.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling const-serialize v0.6.2
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling manganis-core v0.6.2
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling manganis-macro v0.6.2
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking uuid v1.15.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking slotmap v1.0.7
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking enumflags2 v0.7.11
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking h2 v0.4.8
[INFO] [stderr]     Checking serde_bytes v0.11.17
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking cfb v0.7.3
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking dioxus-core v0.6.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking bson v2.14.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking global-hotkey v0.5.5
[INFO] [stderr]     Checking infer v0.11.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking manganis v0.6.2
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking webbrowser v0.8.15
[INFO] [stderr]     Checking mlc_data v0.0.1 (/opt/rustwide/workdir/mlc_data)
[INFO] [stderr] warning: `mlc_data/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] 
[INFO] [stderr] If you are trying to migrate from the previous edition (2021), the
[INFO] [stderr] process requires following these steps:
[INFO] [stderr] 
[INFO] [stderr] 1. Start with `edition = "2021"` in `Cargo.toml`
[INFO] [stderr] 2. Run `cargo fix --edition`
[INFO] [stderr] 3. Modify `Cargo.toml` to set `edition = "2024"`
[INFO] [stderr] 4. Run `cargo build` or `cargo test` to verify the fixes worked
[INFO] [stderr] 
[INFO] [stderr] More details may be found at
[INFO] [stderr] https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
[INFO] [stderr] 
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking remoc v0.15.3
[INFO] [stderr]     Checking dioxus-logger v0.6.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]     Checking dioxus-signals v0.6.3
[INFO] [stderr]     Checking dioxus-history v0.6.2
[INFO] [stderr]     Checking dioxus-devtools-types v0.6.2
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]     Checking dioxus-hooks v0.6.2
[INFO] [stderr]    Compiling zvariant_derive v4.0.0
[INFO] [stderr]    Compiling zbus_macros v4.0.1
[INFO] [stderr]     Checking dioxus-devtools v0.6.2
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]     Checking dioxus-html v0.6.3
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]    Compiling gdkx11-sys v0.18.2
[INFO] [stderr]    Compiling webkit2gtk-sys v2.0.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking zvariant v4.0.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking dioxus-document v0.6.3
[INFO] [stderr]     Checking ansi-to-tui v7.0.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking gdkwayland-sys v0.18.2
[INFO] [stderr]     Checking reqwest v0.12.12
[INFO] [stderr]     Checking dioxus-lib v0.6.2
[INFO] [stderr]     Checking dioxus-router v0.6.3
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]     Checking mlc_ofl v0.0.1 (/opt/rustwide/workdir/mlc_ofl)
[INFO] [stderr] warning: `mlc_ofl/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Checking zbus v4.0.1
[INFO] [stderr]     Checking libappindicator-sys v0.9.0
[INFO] [stderr] warning: `mlc_ofl/src/main.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Checking mlc_communication v0.0.1 (/opt/rustwide/workdir/mlc_communication)
[INFO] [stderr] warning: `mlc_communication/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Checking ashpd v0.8.1
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking javascriptcore-rs v1.1.2
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `ret` calls a custom destructor
[INFO] [stdout]     |     `ret` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `ret` calls a custom destructor
[INFO] [stdout]     |     `ret` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `ret` calls a custom destructor
[INFO] [stdout]     |     `ret` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mlc_server v0.0.1 (/opt/rustwide/workdir/mlc_server)
[INFO] [stderr] warning: `mlc_server/src/main.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `ret` calls a custom destructor
[INFO] [stdout]     |     `ret` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:52:5
[INFO] [stdout]     |
[INFO] [stdout]  52 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `ret` calls a custom destructor
[INFO] [stdout]     |     `ret` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:81:5
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `ret` calls a custom destructor
[INFO] [stdout]     |     `ret` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_communication/src/services.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[rtc::remote]
[INFO] [stdout]     |     ^^^^^^^^^^^^^-
[INFO] [stdout]     |     |            |
[INFO] [stdout]     |     |            now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |     `target` calls a custom destructor
[INFO] [stdout]     |     `target` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `req_rx` calls a custom destructor
[INFO] [stdout]     |     `req_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `on_req_receive_error` calls a custom destructor
[INFO] [stdout]     |     `on_req_receive_error` will be dropped later as of Edition 2024
[INFO] [stdout]     |     `err_rx` calls a custom destructor
[INFO] [stdout]     |     `err_rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `req_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `on_req_receive_error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err_rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking soup3 v0.5.0
[INFO] [stderr]     Checking gdk v0.18.2
[INFO] [stderr]     Checking gdkx11 v0.18.2
[INFO] [stderr]     Checking libappindicator v0.9.0
[INFO] [stderr]     Checking muda v0.15.3
[INFO] [stderr]     Checking webkit2gtk v2.0.1
[INFO] [stderr]     Checking tao v0.30.8
[INFO] [stderr]     Checking muda v0.11.5
[INFO] [stderr]     Checking tray-icon v0.19.3
[INFO] [stderr]     Checking dioxus v0.6.3
[INFO] [stderr]     Checking dioxus-free-icons v0.9.0
[INFO] [stderr]     Checking mlc_interface v0.1.0 (/opt/rustwide/workdir/mlc_interface)
[INFO] [stderr]    Migrating mlc_interface/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed mlc_interface/src/main.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 311 |           let matcher = fuzzy_matcher::skim::SkimMatcherV2::default();
[INFO] [stdout]     |               -------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `matcher` calls a custom destructor
[INFO] [stdout]     |               `matcher` will be dropped later as of Edition 2024
[INFO] [stdout] 312 | /         available_projects
[INFO] [stdout] 313 | |             .read()
[INFO] [stdout]     | |                   ^
[INFO] [stdout]     | |                   |
[INFO] [stdout]     | |___________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 327 |       });
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Drop for GenerationalRefBorrowGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:1582:0
[INFO] [stdout] note: `matcher` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Send> Drop for ThreadLocal<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `matcher` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Send> Drop for ThreadLocal<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:408:44
[INFO] [stdout]     |
[INFO] [stdout] 401 |           let mut recv = None;
[INFO] [stdout]     |               --------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `recv` calls a custom destructor
[INFO] [stdout]     |               `recv` will be dropped later as of Edition 2024
[INFO] [stdout] 402 |           let mut send = None;
[INFO] [stdout]     |               --------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `send` calls a custom destructor
[INFO] [stdout]     |               `send` will be dropped later as of Edition 2024
[INFO] [stdout] 403 |           loop {
[INFO] [stdout] 404 | /             select! {
[INFO] [stdout] 405 | |                 Some(d) = rx.next() => {
[INFO] [stdout] 406 | |                     match d {
[INFO] [stdout] 407 | |                         Fcc::SwitchUniverse(u) => {
[INFO] [stdout] 408 | |                             if let Ok(x) = prj.read().universe_sub(u).await {
[INFO] [stdout]     | |                                       -    ----------^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                       |    |                          |
[INFO] [stdout]     | |                                       |    |                          this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                       |    |                          up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                       |    |                          this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                       |    |                          `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       |    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                       |    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                       |    this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                                       |    up until Edition 2021 `#8` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                       |    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                       |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       `x` calls a custom destructor
[INFO] [stdout]     | |                                       `x` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 412 | |                         }
[INFO] [stdout]     | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 415 | |                                 x.send((adds, v)).await.debug_ignore();
[INFO] [stdout]     | |                                 -----------------------
[INFO] [stdout]     | |                                 |                 |
[INFO] [stdout]     | |                                 |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                 |                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 422 | |                         data.write()[u.0.take() - 1] = u.1;
[INFO] [stdout]     | |                         ------------
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 425 | |             }
[INFO] [stdout]     | |             -
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `output` calls a custom destructor
[INFO] [stdout]     | |             `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `futures_init` calls a custom destructor
[INFO] [stdout]     | |             `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `futures` calls a custom destructor
[INFO] [stdout]     | |             `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |_____________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Drop for GenerationalRefBorrowGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:1582:0
[INFO] [stdout] note: `recv` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `send` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/sender.rs:532:1
[INFO] [stdout]     |
[INFO] [stdout] 532 | impl<T, Codec, const BUFFER: usize> Drop for Sender<T, Codec, BUFFER> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `output` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `__awaitee` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mod.rs:451:1
[INFO] [stdout]     |
[INFO] [stdout] 451 | impl<T> Drop for Sending<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:266:1
[INFO] [stdout]     |
[INFO] [stdout] 266 | impl Drop for GenerationalRefBorrowMutGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:2050:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> mlc_interface/src/main.rs:243:41
[INFO] [stdout]      |
[INFO] [stdout]  209 | /             select! {
[INFO] [stdout]  210 | |                 Ok(_) = info_sub.changed() => {
[INFO] [stdout]  211 | |                     let info = info_sub.borrow_and_update().unwrap();
[INFO] [stdout]      | |                         ----
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `info` calls a custom destructor
[INFO] [stdout]      | |                         `info` will be dropped later as of Edition 2024
[INFO] [stdout]  212 | |                     match &*info {
[INFO] [stdout] ...    |
[INFO] [stdout]  243 | |                     if let Ok(status) = status_sub.borrow_and_update() {
[INFO] [stdout]      | |                               ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      | |                               |         |
[INFO] [stdout]      | |                               |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      | |                               |         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                               `status` calls a custom destructor
[INFO] [stdout]      | |                               `status` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |             }
[INFO] [stdout]      | |             -
[INFO] [stdout]      | |             |
[INFO] [stdout]      | |             `futures_init` calls a custom destructor
[INFO] [stdout]      | |             `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]      | |             `futures` calls a custom destructor
[INFO] [stdout]      | |_____________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]      |               now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:1370:1
[INFO] [stdout]      |
[INFO] [stdout] 1370 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for RwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `info` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:1370:1
[INFO] [stdout]      |
[INFO] [stdout] 1370 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for RwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `status` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:1370:1
[INFO] [stdout]      |
[INFO] [stdout] 1370 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for RwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:224:32
[INFO] [stdout]     |
[INFO] [stdout] 224 | ...                   if let Some(m) = &*ref_mode.read() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^---------------
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Drop for GenerationalRefBorrowGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:1582:0
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:290:17
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 }
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `rsx` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:553:16
[INFO] [stdout]     |
[INFO] [stdout] 553 |             if let Some(a) = &*autosave.read() {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^---------------
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Drop for GenerationalRefBorrowGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:1582:0
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:601:5
[INFO] [stdout]     |
[INFO] [stdout] 601 |     }
[INFO] [stdout]     |     ^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `rsx` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 311 |           let matcher = fuzzy_matcher::skim::SkimMatcherV2::default();
[INFO] [stdout]     |               -------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `matcher` calls a custom destructor
[INFO] [stdout]     |               `matcher` will be dropped later as of Edition 2024
[INFO] [stdout] 312 | /         available_projects
[INFO] [stdout] 313 | |             .read()
[INFO] [stdout]     | |                   ^
[INFO] [stdout]     | |                   |
[INFO] [stdout]     | |___________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 327 |       });
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Drop for GenerationalRefBorrowGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:1582:0
[INFO] [stdout] note: `matcher` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Send> Drop for ThreadLocal<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `matcher` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Send> Drop for ThreadLocal<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:408:44
[INFO] [stdout]     |
[INFO] [stdout] 401 |           let mut recv = None;
[INFO] [stdout]     |               --------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `recv` calls a custom destructor
[INFO] [stdout]     |               `recv` will be dropped later as of Edition 2024
[INFO] [stdout] 402 |           let mut send = None;
[INFO] [stdout]     |               --------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `send` calls a custom destructor
[INFO] [stdout]     |               `send` will be dropped later as of Edition 2024
[INFO] [stdout] 403 |           loop {
[INFO] [stdout] 404 | /             select! {
[INFO] [stdout] 405 | |                 Some(d) = rx.next() => {
[INFO] [stdout] 406 | |                     match d {
[INFO] [stdout] 407 | |                         Fcc::SwitchUniverse(u) => {
[INFO] [stdout] 408 | |                             if let Ok(x) = prj.read().universe_sub(u).await {
[INFO] [stdout]     | |                                       -    ----------^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                       |    |                          |
[INFO] [stdout]     | |                                       |    |                          this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                       |    |                          up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                       |    |                          this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                       |    |                          `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       |    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                       |    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                       |    this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                                       |    up until Edition 2021 `#8` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                       |    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                       |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       `x` calls a custom destructor
[INFO] [stdout]     | |                                       `x` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 412 | |                         }
[INFO] [stdout]     | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 415 | |                                 x.send((adds, v)).await.debug_ignore();
[INFO] [stdout]     | |                                 -----------------------
[INFO] [stdout]     | |                                 |                 |
[INFO] [stdout]     | |                                 |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                 |                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 422 | |                         data.write()[u.0.take() - 1] = u.1;
[INFO] [stdout]     | |                         ------------
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 425 | |             }
[INFO] [stdout]     | |             -
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `output` calls a custom destructor
[INFO] [stdout]     | |             `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `futures_init` calls a custom destructor
[INFO] [stdout]     | |             `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `futures` calls a custom destructor
[INFO] [stdout]     | |             `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |_____________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Drop for GenerationalRefBorrowGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:1582:0
[INFO] [stdout] note: `recv` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/receiver.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / impl<T, Codec, const BUFFER: usize, const MAX_ITEM_SIZE: usize> Drop
[INFO] [stdout] 388 | |     for Receiver<T, Codec, BUFFER, MAX_ITEM_SIZE>
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout] note: `send` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mpsc/sender.rs:532:1
[INFO] [stdout]     |
[INFO] [stdout] 532 | impl<T, Codec, const BUFFER: usize> Drop for Sender<T, Codec, BUFFER> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `output` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `__awaitee` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/remoc-0.15.3/src/rch/mod.rs:451:1
[INFO] [stdout]     |
[INFO] [stdout] 451 | impl<T> Drop for Sending<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:266:1
[INFO] [stdout]     |
[INFO] [stdout] 266 | impl Drop for GenerationalRefBorrowMutGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:2050:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> mlc_interface/src/main.rs:243:41
[INFO] [stdout]      |
[INFO] [stdout]  209 | /             select! {
[INFO] [stdout]  210 | |                 Ok(_) = info_sub.changed() => {
[INFO] [stdout]  211 | |                     let info = info_sub.borrow_and_update().unwrap();
[INFO] [stdout]      | |                         ----
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `info` calls a custom destructor
[INFO] [stdout]      | |                         `info` will be dropped later as of Edition 2024
[INFO] [stdout]  212 | |                     match &*info {
[INFO] [stdout] ...    |
[INFO] [stdout]  243 | |                     if let Ok(status) = status_sub.borrow_and_update() {
[INFO] [stdout]      | |                               ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      | |                               |         |
[INFO] [stdout]      | |                               |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      | |                               |         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                               `status` calls a custom destructor
[INFO] [stdout]      | |                               `status` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |             }
[INFO] [stdout]      | |             -
[INFO] [stdout]      | |             |
[INFO] [stdout]      | |             `futures_init` calls a custom destructor
[INFO] [stdout]      | |             `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]      | |             `futures` calls a custom destructor
[INFO] [stdout]      | |_____________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]      |               now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:1370:1
[INFO] [stdout]      |
[INFO] [stdout] 1370 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for RwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `info` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:1370:1
[INFO] [stdout]      |
[INFO] [stdout] 1370 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for RwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `status` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:1370:1
[INFO] [stdout]      |
[INFO] [stdout] 1370 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for RwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:224:32
[INFO] [stdout]     |
[INFO] [stdout] 224 | ...                   if let Some(m) = &*ref_mode.read() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^---------------
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Drop for GenerationalRefBorrowGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:1582:0
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:290:17
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 }
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `rsx` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:553:16
[INFO] [stdout]     |
[INFO] [stdout] 553 |             if let Some(a) = &*autosave.read() {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^---------------
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generational-box-0.6.2/src/references.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Drop for GenerationalRefBorrowGuard {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:1582:0
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> mlc_interface/src/screens/configure.rs:601:5
[INFO] [stdout]     |
[INFO] [stdout] 601 |     }
[INFO] [stdout]     |     ^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `rsx` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ashpd v0.8.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] [stderr] crater-edition-check: mlc_communication v0.0.1 (/opt/rustwide/workdir/mlc_communication) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: mlc_data v0.0.1 (/opt/rustwide/workdir/mlc_data) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: mlc_server v0.0.1 (/opt/rustwide/workdir/mlc_server) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: mlc_ofl v0.0.1 (/opt/rustwide/workdir/mlc_ofl) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: mlc_interface v0.1.0 (/opt/rustwide/workdir/mlc_interface) updating edition from 2021 to 2024
[INFO] [stderr]     Checking mlc_communication v0.0.1 (/opt/rustwide/workdir/mlc_communication)
[INFO] [stderr]     Checking mlc_ofl v0.0.1 (/opt/rustwide/workdir/mlc_ofl)
[INFO] [stderr]     Checking mlc_data v0.0.1 (/opt/rustwide/workdir/mlc_data)
[INFO] [stdout] warning: unused imports: `Com` and `Serde`
[INFO] [stdout]  --> mlc_communication/src/services.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 |     use crate::{Com, Serde, ServiceIdentifiable, ServiceIdentifiableServer, ServiceIdentifier};
[INFO] [stdout]   |                 ^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Com` and `Serde`
[INFO] [stdout]  --> mlc_communication/src/services.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 |     use crate::{Com, Serde, ServiceIdentifiable, ServiceIdentifiableServer, ServiceIdentifier};
[INFO] [stdout]   |                 ^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mlc_interface v0.1.0 (/opt/rustwide/workdir/mlc_interface)
[INFO] [stderr]     Checking mlc_server v0.0.1 (/opt/rustwide/workdir/mlc_server)
[INFO] [stdout] warning: unused import: `UniverseUpdate`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_log.rs:2:23
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::universe::{UniverseUpdate, UniverseUpdateSubscriber};
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::stream::FuturesUnordered`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_log.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use futures::stream::FuturesUnordered;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::broadcast::error::RecvError`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_log.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::sync::broadcast::error::RecvError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::net::SocketAddr`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_sacn.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::net::SocketAddr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::broadcast::error::RecvError`
[INFO] [stdout]   --> mlc_server/src/endpoints/driver_sacn.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use tokio::sync::broadcast::error::RecvError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::info`
[INFO] [stdout]   --> mlc_server/src/endpoints/driver_sacn.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use tracing::info;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MlcService`
[INFO] [stdout]  --> mlc_server/src/global_services.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{AServiceImpl, MlcService, MlcServiceResources, MlcServiceSimple};
[INFO] [stdout]   |                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `EndpointConfig` and `EndpointSpeed`
[INFO] [stdout]   --> mlc_server/src/project.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 | use mlc_data::endpoints::{EndpointConfig, EndpointMapping, EndpointSpeed};
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Arc`
[INFO] [stdout]   --> mlc_server/src/tui.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::{io, sync::Arc, time::Duration};
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::RwLock`
[INFO] [stdout]   --> mlc_server/src/tui.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use tokio::sync::RwLock;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MlcService`
[INFO] [stdout]  --> mlc_server/src/universe.rs:5:59
[INFO] [stdout]   |
[INFO] [stdout] 5 |     misc::{AdaptNotifier, AdaptScopes}, project::Project, MlcService,
[INFO] [stdout]   |                                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `task::JoinHandle`
[INFO] [stdout]   --> mlc_server/src/universe.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     task::JoinHandle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UniverseUpdate`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_log.rs:2:23
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::universe::{UniverseUpdate, UniverseUpdateSubscriber};
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::stream::FuturesUnordered`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_log.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use futures::stream::FuturesUnordered;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::broadcast::error::RecvError`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_log.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::sync::broadcast::error::RecvError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::net::SocketAddr`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_sacn.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::net::SocketAddr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::broadcast::error::RecvError`
[INFO] [stdout]   --> mlc_server/src/endpoints/driver_sacn.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use tokio::sync::broadcast::error::RecvError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::info`
[INFO] [stdout]   --> mlc_server/src/endpoints/driver_sacn.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use tracing::info;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MlcService`
[INFO] [stdout]  --> mlc_server/src/global_services.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{AServiceImpl, MlcService, MlcServiceResources, MlcServiceSimple};
[INFO] [stdout]   |                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `EndpointConfig` and `EndpointSpeed`
[INFO] [stdout]   --> mlc_server/src/project.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 | use mlc_data::endpoints::{EndpointConfig, EndpointMapping, EndpointSpeed};
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Arc`
[INFO] [stdout]   --> mlc_server/src/tui.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::{io, sync::Arc, time::Duration};
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::RwLock`
[INFO] [stdout]   --> mlc_server/src/tui.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use tokio::sync::RwLock;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MlcService`
[INFO] [stdout]  --> mlc_server/src/universe.rs:5:59
[INFO] [stdout]   |
[INFO] [stdout] 5 |     misc::{AdaptNotifier, AdaptScopes}, project::Project, MlcService,
[INFO] [stdout]   |                                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `task::JoinHandle`
[INFO] [stdout]   --> mlc_server/src/universe.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     task::JoinHandle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::StreamExt`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_log.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::StreamExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::StreamExt`
[INFO] [stdout]  --> mlc_server/src/endpoints/driver_log.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::StreamExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Json5Loader` is never constructed
[INFO] [stdout]   --> mlc_server/src/project/project_loader.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct Json5Loader;
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ResendUniverse` is never constructed
[INFO] [stdout]    --> mlc_server/src/universe.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub enum RuntimeCommand {
[INFO] [stdout]     |          -------------- variant in this enum
[INFO] [stdout] 133 |     ResendUniverses,
[INFO] [stdout] 134 |     ResendUniverse(UniverseId),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RuntimeCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Many` is never constructed
[INFO] [stdout]    --> mlc_server/src/universe.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub enum UniverseUpdate {
[INFO] [stdout]     |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 145 |     Many {
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `UniverseUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `start` is never used
[INFO] [stdout]    --> mlc_server/src/universe.rs:155:12
[INFO] [stdout]     |
[INFO] [stdout] 154 | impl UniverseRuntime {
[INFO] [stdout]     | -------------------- associated function in this implementation
[INFO] [stdout] 155 |     pub fn start(
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Json5Loader` is never constructed
[INFO] [stdout]   --> mlc_server/src/project/project_loader.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct Json5Loader;
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ResendUniverse` is never constructed
[INFO] [stdout]    --> mlc_server/src/universe.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub enum RuntimeCommand {
[INFO] [stdout]     |          -------------- variant in this enum
[INFO] [stdout] 133 |     ResendUniverses,
[INFO] [stdout] 134 |     ResendUniverse(UniverseId),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RuntimeCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Many` is never constructed
[INFO] [stdout]    --> mlc_server/src/universe.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub enum UniverseUpdate {
[INFO] [stdout]     |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 145 |     Many {
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `UniverseUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `start` is never used
[INFO] [stdout]    --> mlc_server/src/universe.rs:155:12
[INFO] [stdout]     |
[INFO] [stdout] 154 | impl UniverseRuntime {
[INFO] [stdout]     | -------------------- associated function in this implementation
[INFO] [stdout] 155 |     pub fn start(
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ashpd v0.8.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "31a8138c57bb32b41f6e068dd26f460006c7ab9b7c8bd6540ffc0b891e2b8efc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31a8138c57bb32b41f6e068dd26f460006c7ab9b7c8bd6540ffc0b891e2b8efc", kill_on_drop: false }`
[INFO] [stdout] 31a8138c57bb32b41f6e068dd26f460006c7ab9b7c8bd6540ffc0b891e2b8efc
